home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / StarBurn 10.5 / StarBurnSetup.exe / {app} / Wizards / styles / Office2007.cjstyles / TEXTFILE / NORMALBLUE_INI < prev    next >
Text (UTF-16)  |  2007-03-22  |  72KB  |  1,277 lines

  1. ; file: Office2007\default.ini
  2. ;------------------------------------------
  3.  
  4.  
  5. ;--------- Globals -------------------------
  6. [globals]
  7.  
  8. ; global edge colors (redefined in various parts) 
  9. EdgeLightColor      = 241 239 226
  10. EdgeHighLightColor  = 255 255 255
  11. EdgeShadowColor     = 172 168 153
  12. EdgeDkShadowColor   = 113 111 100 
  13. EdgeFillColor       = 236 233 216
  14.  
  15. ;--------- system metrics -------------------------------
  16. [SysMetrics]
  17. ;The system metric colors also effect non-themed controls.
  18.  
  19. ScrollbarWidth = 17
  20. ScrollbarHeight = 17
  21.  
  22. Window = 255 255 255
  23. MenuBar = 236 233 216
  24. Menu = 255 255 255
  25. Background = 0 78 152
  26. ;Btnface = 237 237 237
  27. Btnface = 191 219 255
  28. ;Btnface = 213 228 242
  29. ;Highlight = 189 207 236
  30. Highlight = 251 200 79
  31.  
  32. ScrollBar = 170 203 246
  33.  
  34. Appworkspace = 164 195 235
  35. BtnText = 0 0 0
  36. WindowText = 0 0 0
  37.  
  38. ActiveCaption = 220 235 255
  39. CaptionText = 105 112 121
  40. InactiveCaption = 224 224 224
  41. InactiveCaptionText = 105 112 121
  42. GradientActiveCaption =  224 224 224
  43. GradientInactiveCaption = 250 250 250
  44. HighlightText = 0 0 0
  45. MenuHilight = 251 200 79
  46. ;BtnShadow = 189 196 212
  47. BtnShadow = 99 142 201
  48. GrayText = 172 168 153
  49. BtnHighlight = 255 255 255
  50. DkShadow3d = 141 149 173
  51. Light3d = 241 239 226
  52.  
  53. ;---- don't remove these fonts (must specify to be localizable) ----
  54. CaptionFont = Tahoma, 10
  55. CaptionBarHeight = 25
  56. SmallCaptionFont = Tahoma, 8
  57. SMCaptionBarHeight = 17
  58. SMCaptionBarWidth = 17
  59. MenuFont = Tahoma, 8
  60. StatusFont = Tahoma, 8
  61. MsgBoxFont = Tahoma, 8
  62. IconTitleFont = Tahoma, 8
  63.  
  64.  
  65. ;The FlatMenus option allows the author to turn of the 3d border on menus
  66. FlatMenus = true
  67.  
  68. ;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
  69. CssName = cpwebvw.css
  70.  
  71. ;This may allow authors to specify a theme matching XML file.
  72. XmlName = default.xml
  73.  
  74. ; this theme designed for 15-bit color and higher
  75. MinColorDepth = 15
  76.  
  77. ;---------- buttons ---------------------------------
  78. ;Overall button class
  79. [button]
  80.  
  81. ;Normal button
  82. [button.pushbutton]
  83. bgtype = imagefile
  84. SizingMargins = 8, 8, 9, 9
  85. sizingType = Stretch
  86. ContentMargins = 3, 3, 3, 3 
  87. ImageFile = Office2007\button.bmp
  88. imageCount = 5
  89. ImageLayout = vertical
  90. TextColor = 0 0 0
  91. FillColorHint = 243 243 239; Average fill color (light beige)
  92. BorderColorHint = 0 60 116; Edge color (dark blue grey)
  93. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  94. MinSize= 10, 5
  95.  
  96. ;Makes text for button grey for the disabled state
  97. [button.pushbutton(disabled)]
  98. TextColor = 161 161 146
  99.  
  100. ;Color hint for default state
  101. [button.pushbutton(defaulted)]
  102. AccentColorHint = 157 187 235; Default state hilite color (blue)
  103.  
  104. ;Checkboxes
  105. [button.checkbox]
  106. bgtype = imagefile
  107. imagelayout=vertical
  108. sizingType = TrueSize
  109. SizingMargins = 0, 0, 0, 0
  110. ContentMargins = 0, 0, 0, 0
  111. imageCount = 12
  112. MirrorImage = false
  113. FillColorHint = 33 161 33; Checkmark color (green)
  114. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  115. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  116.  
  117. ;----- Multiple control sizes for different video adapter resolution settings ----
  118. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  119. TrueSizeScalingType = Dpi
  120. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  121. UniformSizing   = true  ; if you must stretch, do width & height equally
  122. ImageFile1=Office2007\CheckBox13.bmp
  123. ;ImageFile2=Office2007\CheckBox16.bmp
  124. ;ImageFile3=Office2007\CheckBox25.bmp
  125. MinDpi1=96
  126. MinDpi2=118
  127. MinDpi3=185 
  128.  
  129. ;Checkboxes can be disabled in various states, so each of the following entries sets the text
  130. ;to grey for the corresponding states.
  131. [button.checkbox(checkeddisabled)]
  132. TextColor = 161 161 146
  133.  
  134. [button.checkbox(uncheckeddisabled)]
  135. TextColor = 161 161 146
  136.  
  137. [button.checkbox(mixeddisabled)]
  138. TextColor = 161 161 146
  139.  
  140. ;Radio buttons
  141. [button.radiobutton]
  142. bgtype = imagefile
  143. imagelayout=vertical
  144. transparent=true
  145. sizingType = TrueSize
  146. SizingMargins = 0, 0, 0, 0
  147. ContentMargins = 0, 0, 0, 0
  148. imageCount = 8
  149. FillColorHint = 33 161 33; Selection dot color (green)
  150. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  151. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  152.  
  153. ;----- Multiple control sizes for different video adapter resolution settings ----
  154. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  155. TrueSizeScalingType = Dpi
  156. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  157. UniformSizing   = true  ; if you must stretch, do width & height equally
  158. ImageFile1=Office2007\RadioButton13.bmp
  159. MinDpi1=96
  160. MinDpi2=118
  161. MinDpi3=185
  162.  
  163. ;Radio buttons can be disabled in various states, so each of the following entries sets the text
  164. ;to grey for the corresponding states.
  165. [button.radiobutton(checkeddisabled)]
  166. TextColor = 161 161 146
  167.  
  168. [button.radiobutton(uncheckeddisabled)]
  169. TextColor = 161 161 146
  170.  
  171. ;The line enclosing a group of controls
  172. [button.groupbox]
  173. TextColor = 8 55 114
  174. bgtype = imagefile
  175. SizingMargins = 4, 4, 4, 4
  176. sizingType = Tile
  177. ImageFile = Office2007\GroupBox.bmp
  178. ;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
  179. ;draw on top of the controls it surrounds)
  180. borderOnly = true
  181. transparent = true
  182. BorderColorHint = 127 157 185; Dark beige edge color
  183. NormalSize = 9999, 9999   ; never source size a groupbox (from IE)
  184.  
  185.  
  186. ;----------- combobox --------------------------------
  187. ;Dropdown controls
  188. [Combobox]
  189. ; Globals for the entire control
  190. BgType  = BorderFill
  191. BorderSize  = 1
  192. FillColor   = 255 255 255 
  193. BorderColor = 101 147 207
  194.  
  195. [Combobox(Hot)]
  196. ; Globals when the mouse is over the control
  197. BorderColor = 171 180 199
  198.  
  199.  
  200. [Combobox(Disabled)]
  201. ; Globals when the control is disabled
  202. BorderColor = 201 199 186
  203. FillColor   = 191 219 255
  204.  
  205. ;The down pointing triangle button
  206. [Combobox.DropDownButton]
  207. BgType  = imagefile
  208. imagelayout = vertical
  209. SizingType  = Stretch
  210. ImageFile = Office2007\ComboButton.bmp
  211. transparent = false
  212. SizingMargins = 3, 3, 3, 3
  213. ContentMargins = 0, 0, 0, 0
  214. ImageCount  = 4
  215. GlyphType   = ImageGlyph
  216. GlyphImageFile = Office2007\ComboButtonGlyph.bmp
  217. GlyphTransparent= true
  218. FillColorHint = 200 214 251; Average fill color (light blue)
  219. BorderColorHint = 255 255 255; Edge color (white)
  220.  
  221. ;----------- edit --------------------------------
  222. [edit]
  223. BgType  = BorderFill
  224. BorderSize  = 1
  225. FillColor   = 255 255 255 
  226. BorderColor = 101 147 207
  227.  
  228. [edit.edittext(Disabled)]
  229. FillColor   = 235 235 228
  230. TextColor   = 161 161 146
  231.  
  232. [edit.edittext(ReadOnly)]
  233. FillColor   = 235 235 228
  234. TextColor   = 0 0 0
  235.  
  236.  
  237. ;----------- listbox --------------------------------
  238. [Listbox]
  239. BgType  = BorderFill
  240. BorderSize  = 1
  241. FillColor   = 255 255 255 
  242. BorderColor = 101 147 207
  243.  
  244. ;--------- Scrollbar -------------------------
  245. [ScrollBar]
  246.  
  247. [ScrollBar.ArrowBtn]
  248. BgType  = ImageFile
  249. SizingMargins = 5, 5, 5, 5
  250. ContentMargins = 0, 0, 3, 3
  251. SizingType = Stretch
  252. ImageFile = Office2007\ScrollArrows.bmp
  253. ImageCount = 16
  254. ImageLayout = Vertical
  255. GlyphType   = ImageGlyph
  256. GlyphTransparent= True
  257. FillColorHint = 200 214 251; Average fill color (light blue)
  258. BorderColorHint = 255 255 255; Edge color (white)
  259.  
  260.  
  261. ;----- the two sizes of scrollbar arrow glyphs ----
  262. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  263. TrueSizeScalingType = size
  264. SourceShrink = True
  265. TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
  266. UniformSizing   = true; if you must stretch, do width & height equally
  267. ImageFile1  = Office2007\ScrollArrowGlyphs.bmp
  268. MinSize1  = 7, 7
  269. MinSize2  = 9, 9 
  270. NormalSize = 7, 10
  271.  
  272.  
  273.  
  274. [ScrollBar.SizeBox]
  275. ImageFile = Office2007\ResizeGrip2.bmp
  276. bgtype = imagefile
  277. imageCount = 2
  278. sizingType = trueSize
  279. Transparent = True
  280. TransparentColor = 255 0 0
  281. FillColorHint = 184 180 163; Gripper dot color (dark beige)
  282. VAlign = Bottom
  283.  
  284.  
  285. ;A visual element in the middle of the scrollbar thumb
  286. [Scrollbar.GripperHorz]
  287. BgType  = ImageFile
  288. SizingType  = TrueSize
  289. ImageFile = Office2007\ScrollThumbGripperHorizontal.BMP
  290. imagelayout = vertical
  291. Transparent = True
  292. ImageCount  = 3
  293.  
  294. ;A visual element in the middle of the scrollbar thumb
  295. [Scrollbar.GripperVert]
  296. BgType  = ImageFile
  297. SizingType  = TrueSize
  298. ImageFile = Office2007\ScrollThumbGripperVertical.BMP
  299. ImageCount  = 3
  300. Transparent = True
  301. ImageLayout = Vertical
  302.  
  303.  
  304. ;----------- spin --------------------------------
  305. ;Spin buttons for incrementing values in a field
  306. [spin]
  307. bgtype = imagefile
  308. sizingType = tile
  309. ImageFile = Office2007\FieldOutlineBlue.bmp
  310. SizingMargins = 2, 2, 2, 2
  311. imageCount = 1
  312.  
  313. [Spin.Up]
  314. bgtype = imagefile
  315. sizingType = stretch
  316. ImageFile = Office2007\SpinButtonBackgroundUp.bmp
  317. SizingMargins = 1, 1, 1, 1
  318. ContentMargins = 0, 0, 0, 0
  319. imageCount = 4
  320. ImageLayout = Vertical
  321. GlyphType   = ImageGlyph
  322. GlyphImageFile = Office2007\SpinUpGlyph.bmp
  323. GlyphTransparent= True
  324. FillColorHint = 200 214 251; Average fill color (light blue)
  325. BorderColorHint = 255 255 255; Edge color (white)
  326.  
  327. [Spin.Down]
  328. bgtype = imagefile
  329. sizingType = tile
  330. ImageFile = Office2007\SpinButtonBackgroundDown.bmp
  331. SizingMargins = 1, 1, 1, 1
  332. ContentMargins = 0, 0, 0, 0
  333. imageCount = 4
  334. ImageLayout = Vertical
  335. GlyphType   = ImageGlyph
  336. GlyphImageFile = Office2007\SpinDownGlyph.bmp
  337. GlyphTransparent= True
  338. FillColorHint = 200 214 251; Average fill color (light blue)
  339. BorderColorHint = 255 255 255; Edge color (white)
  340.  
  341. [Spin.Uphorz]
  342. bgtype = imagefile
  343. sizingType = stretch
  344. ImageFile = Office2007\SpinButtonBackgroundRight.bmp
  345. SizingMargins = 1, 1, 1, 1
  346. ContentMargins = 0, 0, 0, 0
  347. imageCount = 4
  348. ImageLayout = Horizontal
  349. GlyphType   = ImageGlyph
  350. GlyphImageFile = Office2007\SpinRightGlyph.bmp
  351. GlyphTransparent = True
  352. FillColorHint = 200 214 251; Average fill color (light blue)
  353. BorderColorHint = 255 255 255; Edge color (white)
  354.  
  355. [Spin.Downhorz]
  356. bgtype = imagefile
  357. sizingType = Stretch
  358. ImageFile = Office2007\SpinButtonBackgroundLeft.bmp
  359. SizingMargins = 1, 1, 1, 1
  360. ContentMargins = 0, 0, 0, 0
  361. imageCount = 4
  362. ImageLayout = Horizontal
  363. GlyphType   = ImageGlyph
  364. GlyphImageFile = Office2007\SpinLeftGlyph.bmp
  365. GlyphTransparent = True
  366. FillColorHint = 200 214 251; Average fill color (light blue)
  367. BorderColorHint = 255 255 255; Edge color (white)
  368.  
  369. ;----------- rebar --------------------------------
  370. ;Rebar is a container for toolbars
  371.  
  372. [Rebar]
  373. bgtype =imagefile
  374. sizingtype=stretch
  375. sizingmargins= 0, 0, 0, 4
  376. ImageFile = Office2007\ToolbarBackground.bmp
  377. sizingmargins= 0, 0, 0, 0
  378.  
  379. Font                = Tahoma, 8
  380. TextColor           = 127 124 115
  381. FillColorHint = 241 243 239; Background color of toolbars (light beige)
  382.  
  383. [Rebar.Band]
  384. bgtype = none
  385. ContentMargins    = 2, 0, 0, 0
  386. EdgeShadowColor = 111 157 217
  387.  
  388. [Rebar.Gripper]
  389. bgtype = imagefile
  390. SizingMargins   = 2, 1, 4, 2 
  391. ContentMargins    = 2, 1, 0, 0
  392. ImageFile = Office2007\ToolbarGripper.bmp
  393. sizingType     = Tile
  394. Transparent     = true
  395. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  396.  
  397. [Rebar.GripperVert]
  398. bgtype = imagefile
  399. SizingMargins = 3, 3, 2, 1
  400. ContentMargins    = 1, 2, 0, 0
  401. ImageFile = Office2007\ToolbarGripperVert.bmp
  402. sizingType = Tile
  403. Transparent = true
  404. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  405.  
  406. [Rebar.Chevron]
  407. SizingMargins = 4, 4, 4, 4
  408. ContentMargins = 0, 0, 0, 0
  409. ImageFile = Office2007\ToolbarButtons.bmp
  410. bgtype = imagefile
  411. imagelayout = vertical
  412. imageCount= 6
  413. sizingType= Stretch
  414. Transparent = true
  415. GlyphType   = ImageGlyph
  416. GlyphImageFile = Office2007\Chevron.bmp
  417. GlyphTransparent= true
  418. VAlign = Top
  419. FillColorHint = 0 0 0; Glyph color (black)
  420.  
  421. [Rebar.ChevronVert]
  422. SizingMargins = 4, 4, 4, 4
  423. ContentMargins = 0, 0, 0, 0
  424. ImageFile = Office2007\ToolbarButtons.bmp
  425. bgtype = imagefile
  426. imagelayout = vertical
  427. imageCount= 6
  428. sizingType= Stretch
  429. Transparent = true
  430. GlyphType   = ImageGlyph
  431. GlyphImageFile = Office2007\Chevron.bmp
  432. GlyphTransparent= true
  433. VAlign = Top
  434. FillColorHint = 0 0 0; Glyph color (black)
  435.  
  436. ;----------- toolbar--------------------------------
  437. ;Button bars and menu bars in some applicatons
  438.  
  439. [Toolbar]
  440. BgType  = Borderfill
  441. Bordersize  = 0
  442. FillColor   = 191 219 255
  443. TextColor   = 0 0 0
  444.  
  445. [Toolbar(Pressed)]
  446. TextColor= 255 255 255
  447.  
  448. [Toolbar.Button]
  449. SizingMargins = 4, 4, 4, 4
  450. ContentMargins = 0, 0, 0, 0
  451. ImageFile = Office2007\ToolbarButtons.bmp
  452. bgtype = imagefile
  453. imagelayout = vertical
  454. imageCount = 6
  455. sizingType = Stretch
  456. Transparent = true
  457. TransparentColor = 255 0 255
  458. FillColorHint = 241 243 239; Average fill color (light beige)
  459. BorderColorHint = 206 206 195; Edge color (dark beige)
  460.  
  461. [Toolbar.Separator]
  462. SizingMargins = 5, 2, 2, 1
  463. ImageFile = Office2007\Separator.bmp
  464. bgtype = imagefile
  465. imageCount = 1
  466. sizingType = tile
  467. Transparent = true
  468. TransparentColor = 255 0 0
  469. FillColorHint = 202 198 175; Darker separator color (medium beige)
  470.  
  471. [Toolbar.SeparatorVert]
  472. SizingMargins = 2, 1, 5, 1
  473. ImageFile = Office2007\SeparatorVert.bmp
  474. bgtype = imagefile
  475. imageCount = 1
  476. sizingType = tile
  477. Transparent = true
  478. TransparentColor = 255 0 0
  479. FillColorHint = 202 198 175; Darker separator color (medium beige)
  480.  
  481.  
  482. [Toolbar.DropdownButton]
  483. SizingMargins = 4, 4, 4, 4
  484. ContentMargins = 0, 0, 0, 0
  485. ImageFile = Office2007\ToolbarButtons.bmp
  486. bgtype = imagefile
  487. imagelayout = vertical
  488. imageCount = 6
  489. sizingType = Stretch
  490. Transparent = true
  491. TransparentColor = 255 0 255
  492. FillColorHint = 241 243 239; Average fill color (light beige)
  493. BorderColorHint = 206 206 195; Edge color (dark beige)
  494.  
  495. [Toolbar.SplitButton]
  496. SizingMargins = 4, 2, 4, 4
  497. ImageFile = Office2007\ToolbarButtonsSplit.bmp
  498. bgtype = imagefile
  499. imagelayout = vertical
  500. imageCount = 6
  501. sizingType = Stretch
  502. Transparent = true
  503. TransparentColor = 255 0 255
  504. FillColorHint = 241 243 239; Average fill color (light beige)
  505. BorderColorHint = 206 206 195; Edge color (dark beige)
  506.  
  507. [Toolbar.SplitButtonDropdown]
  508. SizingMargins = 2, 4, 4, 4
  509. ImageFile = Office2007\ToolbarButtonsSplitDropdown.bmp
  510. bgtype = imagefile
  511. imagelayout = vertical
  512. imageCount = 6
  513. sizingType = Stretch
  514. Transparent = true
  515. TransparentColor = 255 0 255
  516. GlyphType   = ImageGlyph
  517. GlyphImageFile = Office2007\ToolbarButtonsSplitDropdownGlyph.bmp
  518. GlyphTransparent= true
  519. FillColorHint = 241 243 239; Average fill color (light beige)
  520. BorderColorHint = 206 206 195; Edge color (dark beige)
  521.  
  522.  
  523. ;----------- status--------------------------------
  524. ;The area at the bottom of a window containing miscellaneous status info
  525. ;The first is the container for the status sections
  526. [Status]
  527. SizingMargins = 0, 0, 5, 5
  528. ImageFile = Office2007\StatusBackground.bmp
  529. bgtype = imagefile
  530. imageCount = 1
  531. sizingType = Stretch
  532. FillColorHint = 236 233 216; Average fill color (beige)
  533.  
  534. ;The individual status item backgrounds
  535. [Status.Pane]
  536. SizingMargins = 0, 2, 0, 1
  537. ImageFile = Office2007\StatusPane.bmp
  538. bgtype = imagefile
  539. imageCount = 1
  540. sizingType = Stretch
  541. TextColor = 9 32 97
  542. Transparent = True
  543. TransparentColor = 255 0 0 
  544.  
  545. ;The individual status item backgrounds
  546. [Status.GripperPane]
  547. bgtype = none
  548.  
  549. ;The resize corner
  550. [Status.Gripper]
  551. ContentMargins=0,0,0,0
  552. ImageFile = Office2007\ResizeGrip2.bmp
  553. bgtype = imagefile
  554. imageCount = 2
  555. sizingType = trueSize
  556. Transparent = True
  557. TransparentColor = 255 0 0 
  558. FillColorHint = 184 180 163; Resize gripper dots (dark beige)
  559. VAlign = Bottom
  560.  
  561.  
  562. ;----------- list view --------------------------------
  563. ;Icon, list, details, etc.
  564.  
  565. [ListView]
  566. BgType  = BorderFill
  567. BorderSize  = 1
  568. FillColor   = 255 255 255 
  569. BorderColor = 101 147 207
  570.  
  571. ;----------- Tree view --------------------------------
  572.  
  573. [TreeView]
  574. BgType  = BorderFill
  575. BorderSize  = 1
  576. FillColor   = 255 255 255 
  577. BorderColor = 101 147 207
  578.  
  579. [TreeView.Glyph]
  580. bgtype = imagefile
  581. SizingType = TrueSize
  582. imagecount = 2
  583. imageLayout=vertical
  584. ;----- Multiple control sizes for different video adapter resolution settings ----
  585. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  586. TrueSizeScalingType = Dpi
  587. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  588. UniformSizing   = true  ; if you must stretch, do width & height equally
  589. ImageFile1=Office2007\treeExpandCollapse.bmp
  590. ImageFile2=Office2007\treeExpandCollapse10.bmp
  591. ImageFile3=Office2007\treeExpandCollapse15.bmp
  592. MinDpi1=96
  593. MinDpi2=133
  594. MinDpi3=150 
  595.  
  596.  
  597. ;----------- header --------------------------------
  598. ;The area at the top of a list, with clickable headers for sort order
  599.  
  600. [Header]
  601. bgtype = imagefile
  602. SizingMargins = 0, 0, 3, 3
  603. ImageFile = Office2007\ListviewHeaderBackground.bmp
  604. sizingType = stretch
  605.  
  606. [Header.HeaderItem]
  607. bgtype = imagefile
  608. SizingMargins = 3, 3, 3, 3
  609. ContentMargins = 3, 0, 0, 0
  610. ImageFile = Office2007\ListViewHeader.bmp
  611. imageCount=5
  612. imageLayout=vertical
  613. sizingType = stretch
  614. transparent=true
  615. transparentcolor=255 0 0
  616. FillColorHint = 250 248 243; Average fill color (light beige)
  617. AccentColorHint = 252 194 71; Rollover hilite color (orange)
  618.  
  619.  
  620. ;----------- progress --------------------------------
  621. ;Progress bars
  622.  
  623. [Progress]
  624. ProgressChunkSize=6
  625. ProgressSpaceSize=2
  626. bgType = borderFill
  627. fillType = Solid
  628. fillColor = 46 211 49
  629. bordersize = 1
  630. borderColor = 235 235 228
  631.  
  632. [Progress.Bar]
  633. bgtype = imagefile
  634. ImageFile = Office2007\ProgressTrack.bmp
  635. MinSize=10,10
  636. sizingMargins = 4, 4, 3, 3
  637. SizingType = tile
  638. FillColorHint = 255 255 255; Background color (white)
  639. BorderColorHint = 104 104 104; Edge color (dark grey)
  640. NormalSize = 100, 18
  641. SourceShrink = true
  642.  
  643. [Progress.Chunk]
  644. bgtype = imagefile
  645. ImageFile = Office2007\ProgressChunk.bmp
  646. sizingMargins = 0, 0, 6, 5
  647. SizingType = tile
  648. FillColorHint = 46 211 49; Progress indicator color (green)
  649.  
  650. [Progress.BarVert]
  651. bgtype = imagefile
  652. ImageFile = Office2007\ProgressTrackVert.bmp
  653. sizingMargins = 3, 3, 4, 4
  654. SizingType = tile
  655. FillColorHint = 255 255 255; Background color (white)
  656. BorderColorHint = 104 104 104; Edge color (dark grey)
  657.  
  658. [Progress.ChunkVert]
  659. bgtype = imagefile
  660. ImageFile = Office2007\ProgressChunkVert.bmp
  661. sizingMargins = 6, 5, 0, 0
  662. SizingType = tile
  663. FillColorHint = 46 211 49; Progress indicator color (green)
  664.  
  665.  
  666. ;----------- tab --------------------------------
  667. [Tab]
  668. bgType = borderFill
  669. fillType = Solid
  670. fillColor = 236 233 216
  671. bordersize = 0
  672. TextColor = 21 66 139
  673.  
  674. ;The whole content area of a tab page
  675. [Tab.Pane]
  676. bgtype = imagefile
  677. ImageFile = Office2007\TabPaneEdge.bmp
  678. sizingMargins = 5, 5, 5, 5
  679. SizingType = stretch
  680. imagecount = 1
  681. FillColorHint = 251 251 253; Light tab background color (very light beige)
  682. BorderColorHint = 145 155 156; Edge color (dark grey)
  683.  
  684. [Tab.TabItem]
  685. SizingMargins = 6, 6, 6, 6
  686. ContentMargins = 0, 0, 0, 0
  687. bgtype=imagefile
  688. ImageFile = Office2007\tabItemTop.bmp
  689. imagecount=5
  690. imagelayout=vertical
  691. FillColorHint = 248 248 246; Tab average color (light beige)
  692. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  693. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  694.  
  695.  
  696. [Tab.TabItemLeftEdge]
  697. SizingMargins = 6, 6, 6, 6
  698. ContentMargins = 0, 0, 0, 0
  699. bgtype=imagefile
  700. ImageFile = Office2007\tabItemLeft.bmp
  701. imagecount=5
  702. imagelayout=vertical
  703. FillColorHint = 248 248 246; Tab average color (light beige)
  704. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  705. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  706.  
  707.  
  708. [Tab.TabItemRightEdge]
  709. SizingMargins = 6, 6, 6, 6
  710. ContentMargins = 0, 0, 0, 0
  711. bgtype=imagefile
  712. ImageFile = Office2007\tabItemRight.bmp
  713. imagecount=5
  714. imagelayout=vertical
  715. FillColorHint = 248 248 246; Tab average color (light beige)
  716. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  717. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  718.  
  719.  
  720. [Tab.TabItemBothEdge]
  721. SizingMargins = 6, 6, 6, 6
  722. ContentMargins = 0, 0, 0, 0
  723. bgtype=imagefile
  724. ImageFile = Office2007\tabItemBoth.bmp
  725. imagecount=5
  726. imagelayout=vertical
  727. FillColorHint = 248 248 246; Tab average color (light beige)
  728. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  729. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  730.  
  731.  
  732. [Tab.TopTabItem]
  733. SizingMargins = 6, 6, 6, 6
  734. ContentMargins = 0, 0, 0, 0
  735. bgtype=imagefile
  736. ImageFile = Office2007\tabItemTop.bmp
  737. imagecount=5
  738. imagelayout=vertical
  739. FillColorHint = 248 248 246; Tab average color (light beige)
  740. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  741. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  742.  
  743.  
  744. [Tab.TopTabItemLeftEdge]
  745. SizingMargins = 6, 6, 6, 6
  746. ContentMargins = 0, 0, 0, 0
  747. bgtype=imagefile
  748. ImageFile = Office2007\tabItemTopLeft.bmp
  749. imagecount=5
  750. imagelayout=vertical
  751. FillColorHint = 248 248 246; Tab average color (light beige)
  752. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  753. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  754.  
  755.  
  756. [Tab.TopTabItemRightEdge]
  757. SizingMargins = 6, 6, 6, 6
  758. ContentMargins = 0, 0, 0, 0
  759. bgtype=imagefile
  760. ImageFile = Office2007\tabItemTop.bmp
  761. imagecount=5
  762. imagelayout=vertical
  763. FillColorHint = 248 248 246; Tab average color (light beige)
  764. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  765. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  766.  
  767.  
  768. [Tab.TopTabItemBothEdge]
  769. SizingMargins = 6, 6, 6, 6
  770. ContentMargins = 0, 0, 0, 0
  771. bgtype=imagefile
  772. ImageFile = Office2007\tabItemTopBoth.bmp
  773. imagecount=5
  774. imagelayout=vertical
  775. FillColorHint = 248 248 246; Tab average color (light beige)
  776. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  777. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  778.  
  779.  
  780. [Tab.Body]
  781. bgtype = imagefile
  782. stockImageFile = Office2007\TabBackground.bmp
  783. FillColorHint = 251 251 253; Light tab background color (very light beige)
  784.  
  785. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  786. TrueSizeScalingType = Dpi
  787. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  788. ImageFile1=Office2007\TabBackground.bmp
  789. ImageFile2=Office2007\TabBackground133.bmp
  790. MinDpi1=96
  791. MinDpi2=164
  792.  
  793. ;----------- trackbar --------------------------------
  794. ;Volume sliders, etc.
  795. [TrackBar]
  796. bgType = borderFill
  797. fillType = Solid
  798. fillColor = 235 235 228
  799. bordersize = 1
  800. borderColor = 235 235 228
  801.  
  802. ;The movable part of a horizontal slider (TBS_BOTH style)
  803. [TrackBar.Thumb]
  804. bgtype=imagefile
  805. ImageFile = Office2007\TrackbarHorizontal.bmp
  806. imagecount=5
  807. imagelayout = vertical
  808. SizingMargins = 5, 5, 5, 5
  809. sizingtype = stretch
  810. FillColorHint = 243 243 239; Average background color (light beige)
  811. BorderColorHint = 181 196 205; Edge color (blue grey)
  812. AccentColorHint = 71 196 70; Rollover color (green)
  813.  
  814. ;The movable part of a horizontal slider (TBS_TOP style)
  815. [TrackBar.ThumbTop]
  816. bgtype=imagefile
  817. imagecount=5
  818. imagelayout = vertical
  819. transparent=true
  820. sizingtype = truesize
  821. transparentcolor= 242 241 231
  822. FillColorHint = 243 243 239; Average background color (light beige)
  823. BorderColorHint = 181 196 205; Edge color (blue grey)
  824. AccentColorHint = 71 196 70; Rollover color (green)
  825.  
  826.  
  827. ;----- the three sizes ----
  828. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  829. TrueSizeScalingType = Dpi
  830. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  831. UniformSizing   = true  ; if you must stretch, do width & height equally
  832. ImageFile1=Office2007\TrackBarUp13.bmp
  833. MinDpi1=96
  834. MinDpi2=118
  835. MinDpi3=185
  836.  
  837.  
  838. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  839. [TrackBar.ThumbBottom]
  840. bgtype=imagefile
  841. imagecount=5
  842. transparent=true
  843. SizingMargins = 3, 6, 6, 10
  844. sizingtype = truesize
  845. transparentcolor= 242 241 231
  846. ImageLayout = vertical
  847. FillColorHint = 243 243 239; Average background color (light beige)
  848. BorderColorHint = 181 196 205; Edge color (blue grey)
  849. AccentColorHint = 71 196 70; Rollover color (green)
  850.  
  851.  
  852. ;----- the three sizes ----
  853. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  854. TrueSizeScalingType = Dpi
  855. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  856. UniformSizing   = true  ; if you must stretch, do width & height equally
  857. ImageFile1=Office2007\TrackBarDown13.bmp
  858. MinDpi1=96
  859. MinDpi2=118
  860. MinDpi3=185
  861.  
  862. ;The movable part of a vertical slider (TBS_BOTH style)
  863. [TrackBar.ThumbVert]
  864. bgtype=imagefile
  865. ImageFile = Office2007\TrackbarVertical.bmp
  866. SizingMargins = 5, 5, 5, 5
  867. sizingtype = stretch
  868. imagecount=5
  869. ImageLayout = horizontal
  870. FillColorHint = 243 243 239; Average background color (light beige)
  871. BorderColorHint = 181 196 205; Edge color (blue grey)
  872. AccentColorHint = 71 196 70; Rollover color (green)
  873.  
  874.  
  875. ;The movable part of a vertical slider (TBS_LEFT style)
  876. [TrackBar.ThumbLeft]
  877. bgtype=imagefile
  878. sizingtype = truesize
  879. imagecount=5
  880. transparent=true
  881. transparentcolor= 242 241 231
  882. ImageLayout = horizontal
  883. FillColorHint = 243 243 239; Average background color (light beige)
  884. BorderColorHint = 181 196 205; Edge color (blue grey)
  885. AccentColorHint = 71 196 70; Rollover color (green)
  886.  
  887. ;----- the three sizes ----
  888. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  889. TrueSizeScalingType = Dpi
  890. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  891. UniformSizing   = true  ; if you must stretch, do width & height equally
  892. ImageFile1=Office2007\TrackBarLeft13.bmp
  893. MinDpi1=96
  894. MinDpi2=118
  895. MinDpi3=185
  896.  
  897. ;The movable part of a vertical slider (TBS_RIGHT style)
  898. [TrackBar.ThumbRight]
  899. bgtype=imagefile
  900. ImageFile = Office2007\TrackbarRight13.bmp
  901. sizingtype = truesize
  902. imagecount=5
  903. transparent=true
  904. transparentcolor= 242 241 231
  905. ImageLayout = horizontal
  906. FillColorHint = 243 243 239; Average background color (light beige)
  907. BorderColorHint = 181 196 205; Edge color (blue grey)
  908. AccentColorHint = 71 196 70; Rollover color (green)
  909.  
  910.  
  911. ;----- the three sizes ----
  912. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  913. TrueSizeScalingType = Dpi
  914. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  915. UniformSizing   = true  ; if you must stretch, do width & height equally
  916. ImageFile1=Office2007\TrackBarRight13.bmp
  917. MinDpi1=96
  918. MinDpi2=118
  919. MinDpi3=185
  920.  
  921. ;The track along which a slidermoves
  922. [TrackBar.Track]
  923. bgtype=imagefile
  924. ImageFile = Office2007\sliderTrack.bmp
  925. imagecount=1
  926. sizingtype = stretch
  927. SizingMargins = 2, 2, 2, 2
  928. FillColorHint = 242 241 233
  929. BorderColorHint = 157 156 153
  930.  
  931. ;The vertical track along which a slider moves
  932. [TrackBar.TrackVert]
  933. bgtype=imagefile
  934. ImageFile = Office2007\sliderTrack.bmp
  935. imagecount=1
  936. sizingtype = stretch
  937. SizingMargins = 2, 2, 2, 2
  938. FillColorHint = 242 241 233; Background color (light beige)
  939. BorderColorHint = 157 156 153; Edge color (dark grey)
  940.  
  941. ;Set the color of the tickmarks drawn for the slider
  942. [TrackBar.Tics]
  943. color=101 147 207
  944.  
  945. ;Set the color of the tickmarks drawn for the vertical slider
  946. [TrackBar.TicsVert]
  947. color=101 147 207
  948.  
  949.  
  950. ;-------------- Windows ------------------------
  951. [Window]
  952. BgType = ImageFile
  953. Transparent = true
  954.  
  955. [Window.Caption]
  956. ImageFile = Office2007\FrameCaption.bmp
  957. SizingMargins = 6, 6, 6, 6
  958. ContentMargins = 1, 1, 1, 1
  959. CaptionMargins = 4, 3, 0, 0
  960. SizingType = stretch
  961. Imagelayout = vertical
  962. ImageCount=2
  963. Transparent = True
  964. FillColorHint = 0 84 229; Average background color (strong blue)
  965.  
  966. [Window.Caption(active)]
  967. TextShadowType = Single
  968.  
  969. [Window.CaptionSizingTemplate]
  970. ImageFile = Office2007\FrameCaptionSizing.bmp
  971. SizingMargins = 28, 35, 9, 17
  972. ContentMargins = 18, 18, 26, 0
  973. SizingType = tile
  974. Imagelayout = vertical
  975. ImageCount=2
  976. Transparent = True
  977. TransparentColor = 0 0 0
  978.  
  979. [Window.SmallCaption]
  980. ImageFile = Office2007\SmallFrameCaption.bmp
  981. SizingMargins = 2, 2, 2, 2
  982. ContentMargins = 1, 1, 1, 1
  983. SizingType = tile
  984. Imagelayout = vertical
  985. ImageCount=2
  986. FillColorHint = 0 84 229; Average background color (strong blue)
  987.  
  988. [Window.SmallCaptionSizingTemplate]
  989. ImageFile = Office2007\SmallFrameCaptionSizing.bmp
  990. SizingMargins = 24, 37, 9, 8
  991. ContentMargins = 14, 14, 16, 0
  992. SizingType = tile
  993. Imagelayout = vertical
  994. ImageCount=2
  995. Transparent = True
  996. TransparentColor = 0 0 0
  997.  
  998. ;The representation of a minimized window in and MDI application
  999. [Window.MinCaption]
  1000. ImageFile = Office2007\FrameCaptionMin.bmp
  1001. ImageCount = 2
  1002. ImageLayout = vertical
  1003. SizingType = stretch
  1004. SizingMargins = 23, 26, 12, 8
  1005. ContentMargins = 3, 3, 0, 3
  1006. CaptionMargins = 4, 3, 0, 0
  1007. FillColorHint = 0 84 229; Average background color (strong blue)
  1008.  
  1009. ;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
  1010. ;surrounding the window
  1011. [Window.MaxCaption]
  1012. ImageFile = Office2007\FrameMaximized.bmp
  1013. SizingMargins = 28, 35, 9, 17
  1014. ContentMargins = 1, 1, 1, 1
  1015. SizingType = stretch
  1016. SizingType = Tile
  1017. Imagelayout = vertical
  1018. ImageCount=2
  1019. CaptionMargins = 4, 3, 4, 2 
  1020. ContentAlignment = left
  1021. FillColorHint = 0 84 229; Average background color (strong blue)
  1022.  
  1023. [Window.MaxCaption(Active)]
  1024. TextShadowType = Single
  1025.  
  1026. [Window.FrameLeft]
  1027. ImageFile = Office2007\frameLeft.bmp
  1028. SizingMargins = 2, 2, 0, 0
  1029. SizingType = stretch
  1030. ImageLayout = vertical
  1031. ImageCount = 2
  1032. Transparent = FALSE
  1033. Borderonly = FALSE
  1034.  
  1035. [Window.FrameRight]
  1036. ImageFile = Office2007\frameRight.bmp
  1037. SizingMargins = 2, 2, 0, 0
  1038. SizingType = stretch
  1039. ImageLayout = vertical
  1040. ImageCount = 2
  1041. Transparent = FALSE
  1042. Borderonly = FALSE
  1043.  
  1044. [Window.FrameBottom]
  1045. ImageFile = Office2007\frameBottom.bmp
  1046. SizingMargins = 5, 5, 2, 2
  1047. SizingType = stretch
  1048. ImageLayout = vertical
  1049. ImageCount = 2
  1050. Transparent = FALSE
  1051. Borderonly = FALSE
  1052.  
  1053. [Window.SmallFrameLeft]
  1054. ImageFile = Office2007\frameLeft.bmp
  1055. SizingMargins = 2, 2, 0, 0
  1056. SizingType = stretch
  1057. ImageLayout = vertical
  1058. ImageCount = 2
  1059. Transparent = FALSE
  1060. Borderonly = FALSE
  1061.  
  1062. [Window.SmallFrameRight]
  1063. ImageFile = Office2007\frameRight.bmp
  1064. SizingMargins = 2, 2, 0, 0
  1065. SizingType = stretch
  1066. ImageLayout = vertical
  1067. ImageCount = 2
  1068. Transparent = FALSE
  1069. Borderonly = FALSE
  1070.  
  1071. [Window.SmallFrameBottom]
  1072. ImageFile = Office2007\frameBottom.bmp
  1073. SizingMargins = 5, 5, 2, 2
  1074. SizingType = stretch
  1075. ImageLayout = vertical
  1076. ImageCount = 2
  1077. Transparent = FALSE
  1078. Borderonly = FALSE
  1079.  
  1080.  
  1081. ;Background for dialog boxes
  1082.  
  1083.  
  1084.  
  1085. ;Background for dialog boxes
  1086.  
  1087. [Window.dialog]
  1088. bgType = BorderFill
  1089. FillColor = 236 233 216
  1090. BorderColor = 236 233 216
  1091.  
  1092.  
  1093. ;Close button in Window titlebar
  1094. [Window.CloseButton]
  1095. BgType = ImageFile
  1096. SizingMargins = 3, 3, 3, 3
  1097. ContentMargins = 0, 0, 0, 0
  1098. sizingType = Stretch
  1099. ImageFile = Office2007\CaptionButton.bmp
  1100. GlyphType   = ImageGlyph
  1101. GlyphTransparent = True
  1102. ImageCount = 8
  1103. ImageLayout = Vertical
  1104. OffsetType = TopRight
  1105. Offset = -25, 5
  1106. FillColorHint = 228 93 61; Close box average color (brick red)
  1107. BorderColorHint = 255 255 255; Edge color (white)
  1108.  
  1109. ;----- glyphs ----
  1110. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1111. UniformSizing   = true  ; if you must stretch, do width & height equally
  1112. ImageFile1=Office2007\CloseGlyph13.bmp
  1113. ImageFile2=Office2007\CloseGlyph13.bmp
  1114. ImageFile3=Office2007\CloseGlyph17.bmp
  1115. ImageFile4=Office2007\CloseGlyph17.bmp
  1116. ImageFile5=Office2007\CloseGlyph17.bmp
  1117. MinDpi1=96
  1118. MinDpi2=126
  1119. MinDpi3=170
  1120.  
  1121.  
  1122. ;Maximize button in window titlebar
  1123. [Window.MaxButton]
  1124. BgType = ImageFile
  1125. SizingMargins = 3, 3, 3, 3
  1126. ContentMargins = 0, 0, 0, 0
  1127. sizingType = Stretch
  1128. ImageFile = Office2007\CaptionButton.bmp
  1129. GlyphType   = ImageGlyph
  1130. GlyphTransparent = True
  1131. ImageCount = 8
  1132. ImageLayout=Vertical
  1133. OffsetType = TopRight
  1134. Offset = -49, 5
  1135. FillColorHint = 74 121 246; Titlebar button color (blue)
  1136. BorderColorHint = 255 255 255; Edge color (white)
  1137.  
  1138. ;----- glyphs ----
  1139. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1140. UniformSizing   = true  ; if you must stretch, do width & height equally
  1141. ImageFile1=Office2007\MaximizeGlyph13.bmp
  1142. ImageFile2=Office2007\MaximizeGlyph13.bmp
  1143. ImageFile3=Office2007\MaximizeGlyph17.bmp
  1144. ImageFile4=Office2007\MaximizeGlyph17.bmp
  1145. ImageFile5=Office2007\MaximizeGlyph17.bmp
  1146. MinDpi1=96
  1147. MinDpi2=126
  1148. MinDpi3=170
  1149.  
  1150.  
  1151. ;Restore button in window titlebar
  1152. [Window.RestoreButton]
  1153. BgType = ImageFile
  1154. SizingMargins = 3, 3, 3, 3
  1155. ContentMargins = 0, 0, 0, 0
  1156. sizingType = Stretch
  1157. ImageFile = Office2007\CaptionButton.bmp
  1158. GlyphType   = ImageGlyph
  1159. GlyphTransparent = True
  1160. ImageCount = 8
  1161. ImageLayout=Vertical
  1162. OffsetType = TopRight
  1163. Offset = -49, 5
  1164. FillColorHint = 74 121 246; Titlebar button color (blue)
  1165. BorderColorHint = 255 255 255; Edge color (white)
  1166.  
  1167. ;----- glyphs ----
  1168. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1169. UniformSizing   = true  ; if you must stretch, do width & height equally
  1170. ImageFile1=Office2007\RestoreGlyph13.bmp
  1171. ImageFile2=Office2007\RestoreGlyph13.bmp
  1172. ImageFile3=Office2007\RestoreGlyph17.bmp
  1173. ImageFile4=Office2007\RestoreGlyph17.bmp
  1174. ImageFile5=Office2007\RestoreGlyph17.bmp
  1175. MinDpi1=96
  1176. MinDpi2=126
  1177. MinDpi3=170
  1178.  
  1179.  
  1180. ;Minimize button in window titlebar
  1181. [Window.MinButton]
  1182. BgType = ImageFile
  1183. SizingMargins = 3, 3, 3, 3
  1184. ContentMargins = 0, 0, 0, 0
  1185. sizingType = Stretch
  1186. ImageFile = Office2007\CaptionButton.bmp
  1187. GlyphType   = ImageGlyph
  1188. GlyphTransparent = True
  1189. ImageCount = 8
  1190. ImageLayout=Vertical
  1191. OffsetType = TopRight
  1192. Offset = -73, 5
  1193. FillColorHint = 74 121 246; Titlebar button color (blue)
  1194. BorderColorHint = 255 255 255; Edge color (white)
  1195.  
  1196. ;----- glyphs ----
  1197. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1198. UniformSizing   = true  ; if you must stretch, do width & height equally
  1199. ImageFile1=Office2007\MinimizeGlyph13.bmp
  1200. ImageFile2=Office2007\MinimizeGlyph13.bmp
  1201. ImageFile3=Office2007\MinimizeGlyph17.bmp
  1202. ImageFile4=Office2007\MinimizeGlyph17.bmp
  1203. ImageFile5=Office2007\MinimizeGlyph17.bmp
  1204. MinDpi1=96
  1205. MinDpi2=126
  1206. MinDpi3=170
  1207.  
  1208. ;Help button in window titlebar--normally only appears on dialog windows
  1209. [Window.HelpButton]
  1210. BgType = ImageFile
  1211. SizingMargins = 3, 3, 3, 3
  1212. ContentMargins = 0, 0, 0, 0
  1213. sizingType = Stretch
  1214. ImageFile = Office2007\CaptionButton.bmp
  1215. GlyphType   = ImageGlyph
  1216. GlyphTransparent = True
  1217. ImageCount = 8
  1218. ImageLayout=Vertical
  1219. OffsetType = TopRight
  1220. Offset = -73, 5
  1221. MirrorImage = true  ; don't remove this (must specify to be localizable)
  1222. FillColorHint = 74 121 246; Titlebar button color (blue)
  1223. BorderColorHint = 255 255 255; Edge color (white)
  1224.  
  1225. ;----- glyphs ----
  1226. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1227. UniformSizing   = true  ; if you must stretch, do width & height equally
  1228. ImageFile1=Office2007\HelpGlyph13.bmp
  1229. ImageFile2=Office2007\HelpGlyph13.bmp
  1230. ImageFile3=Office2007\HelpGlyph17.bmp
  1231. ImageFile4=Office2007\HelpGlyph17.bmp
  1232. ImageFile5=Office2007\HelpGlyph17.bmp
  1233. MinDpi1=96
  1234. MinDpi2=126
  1235. MinDpi3=170
  1236.  
  1237. ;Close button for palette windows
  1238. [Window.SmallCloseButton]
  1239. BgType = ImageFile
  1240. SizingMargins = 5, 5, 5, 5
  1241. ContentMargins = 0, 0, 0, 0
  1242. sizingType = Stretch
  1243. ;ImageFile = Office2007\SmallCloseButton.bmp
  1244. ImageFile = Office2007\CaptionButton.bmp
  1245. GlyphType   = ImageGlyph
  1246. GlyphImageFile = Office2007\CloseGlyph13.bmp
  1247. GlyphTransparent = True
  1248. ImageCount = 8
  1249. ImageLayout = Vertical
  1250. OffsetType = TopRight
  1251. Offset = -16, 3
  1252. FillColorHint = 228 93 61; Close box average color (brick red)
  1253. BorderColorHint = 255 255 255; Edge color (white)
  1254.  
  1255. [ExplorerBar.HeaderClose]; Not used in IE 6
  1256. BgType  = ImageFile
  1257. ;SizingType  = TrueSize
  1258. ;ImageLayout = Vertical
  1259. ;ImageFile = Office2007\ExplorerBarHeaderClose.bmp
  1260. ;ImageCount  = 3
  1261. ;Transparent = true
  1262. ;OffsetType  = TopRight
  1263. ;Offset  = -4, 4
  1264. ;FillColorHint = 138 168 229; Close box normal state (blue)
  1265. ;AccentColorHint = 255 121 95; Close box rollover (brick red)
  1266.  
  1267. [ExplorerBar.HeaderPin]; Not used in IE 6
  1268. BgType  = ImageFile
  1269. ;SizingType  = TrueSize
  1270. ;ImageLayout = Vertical
  1271. ;ImageFile = Office2007\ExplorerBarHeaderPin.bmp
  1272. ;ImageCount  = 6
  1273. ;Transparent = true
  1274. ;OffsetType  = TopRight
  1275. ;Offset  = -6, 4
  1276. ;FillColorHint = 189 206 239; Average pin color (blue grey)
  1277.